[INFO] cloning repository https://github.com/Plecra/mcserv
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Plecra/mcserv" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPlecra%2Fmcserv", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPlecra%2Fmcserv'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7da1d92da1650c32e0f859504cafda61a7a9a12e
[INFO] fixing Plecra/mcserv against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPlecra%2Fmcserv" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Plecra/mcserv
[INFO] finished tweaking git repo https://github.com/Plecra/mcserv
[INFO] tweaked toml for git repo https://github.com/Plecra/mcserv written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Plecra/mcserv on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Plecra/mcserv already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 2e2f3b2505768af25635f76c3b0fe2c50de919a373752d3f6c5dd47f851d658e
[INFO] running `Command { std: "docker" "start" "2e2f3b2505768af25635f76c3b0fe2c50de919a373752d3f6c5dd47f851d658e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2e2f3b2505768af25635f76c3b0fe2c50de919a373752d3f6c5dd47f851d658e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2e2f3b2505768af25635f76c3b0fe2c50de919a373752d3f6c5dd47f851d658e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2e2f3b2505768af25635f76c3b0fe2c50de919a373752d3f6c5dd47f851d658e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling proc-macro2 v1.0.40
[INFO] [stderr]    Compiling quote v1.0.20
[INFO] [stderr]    Compiling unicode-ident v1.0.2
[INFO] [stderr]    Compiling syn v1.0.98
[INFO] [stderr]    Compiling serde_derive v1.0.140
[INFO] [stderr]    Compiling serde v1.0.140
[INFO] [stderr]    Compiling serde_json v1.0.82
[INFO] [stderr]     Checking regex-syntax v0.6.27
[INFO] [stderr]     Checking itoa v1.0.2
[INFO] [stderr]     Checking ryu v1.0.10
[INFO] [stderr]     Checking humantime v2.1.0
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]     Checking termcolor v1.1.3
[INFO] [stderr]     Checking cesu8 v1.1.0
[INFO] [stderr]     Checking neli v0.5.3
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking polling v2.2.0
[INFO] [stderr]     Checking aho-corasick v0.7.18
[INFO] [stderr]     Checking regex v1.6.0
[INFO] [stderr]     Checking env_logger v0.9.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.31
[INFO] [stderr]     Checking thiserror v1.0.31
[INFO] [stderr]     Checking local-ip-address v0.4.6
[INFO] [stderr]     Checking serde_bytes v0.11.6
[INFO] [stderr]     Checking fastnbt v2.2.0
[INFO] [stderr]     Checking mcserv v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/network/response.rs (1 fix)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/network/response.rs:121:15
[INFO] [stdout]     |
[INFO] [stdout]  17 |                     $(Response::$name($($field),*) => ToWire::encode(&($id as u8, $e), &mut pkt[5..]),)*
[INFO] [stdout]     |                                                                       --------------- borrow later used here
[INFO] [stdout] ...
[INFO] [stdout] 121 |             [&[&[0xFFu8; 2048][..]][..], &[][..]]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/network/response.rs:120:39
[INFO] [stdout]     |
[INFO] [stdout]  17 |                     $(Response::$name($($field),*) => ToWire::encode(&($id as u8, $e), &mut pkt[5..]),)*
[INFO] [stdout]     |                                                                       --------------- borrow later used here
[INFO] [stdout] ...
[INFO] [stdout] 120 |             [&[un_skylit_chunks][..], &[un_blocklit_chunks]],
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/network/response.rs:120:15
[INFO] [stdout]     |
[INFO] [stdout]  17 |                     $(Response::$name($($field),*) => ToWire::encode(&($id as u8, $e), &mut pkt[5..]),)*
[INFO] [stdout]     |                                                                       --------------- borrow later used here
[INFO] [stdout] ...
[INFO] [stdout] 120 |             [&[un_skylit_chunks][..], &[un_blocklit_chunks]],
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/network/response.rs:119:40
[INFO] [stdout]     |
[INFO] [stdout]  17 |                     $(Response::$name($($field),*) => ToWire::encode(&($id as u8, $e), &mut pkt[5..]),)*
[INFO] [stdout]     |                                                                       --------------- borrow later used here
[INFO] [stdout] ...
[INFO] [stdout] 119 |             [&[!un_skylit_chunks][..], &[!un_blocklit_chunks]],
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/network/response.rs:119:15
[INFO] [stdout]     |
[INFO] [stdout]  17 |                     $(Response::$name($($field),*) => ToWire::encode(&($id as u8, $e), &mut pkt[5..]),)*
[INFO] [stdout]     |                                                                       --------------- borrow later used here
[INFO] [stdout] ...
[INFO] [stdout] 119 |             [&[!un_skylit_chunks][..], &[!un_blocklit_chunks]],
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating src/main.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/network/response.rs:121:15
[INFO] [stdout]     |
[INFO] [stdout]  17 |                     $(Response::$name($($field),*) => ToWire::encode(&($id as u8, $e), &mut pkt[5..]),)*
[INFO] [stdout]     |                                                                       --------------- borrow later used here
[INFO] [stdout] ...
[INFO] [stdout] 121 |             [&[&[0xFFu8; 2048][..]][..], &[][..]]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/network/response.rs:120:39
[INFO] [stdout]     |
[INFO] [stdout]  17 |                     $(Response::$name($($field),*) => ToWire::encode(&($id as u8, $e), &mut pkt[5..]),)*
[INFO] [stdout]     |                                                                       --------------- borrow later used here
[INFO] [stdout] ...
[INFO] [stdout] 120 |             [&[un_skylit_chunks][..], &[un_blocklit_chunks]],
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/network/response.rs:120:15
[INFO] [stdout]     |
[INFO] [stdout]  17 |                     $(Response::$name($($field),*) => ToWire::encode(&($id as u8, $e), &mut pkt[5..]),)*
[INFO] [stdout]     |                                                                       --------------- borrow later used here
[INFO] [stdout] ...
[INFO] [stdout] 120 |             [&[un_skylit_chunks][..], &[un_blocklit_chunks]],
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/network/response.rs:119:40
[INFO] [stdout]     |
[INFO] [stdout]  17 |                     $(Response::$name($($field),*) => ToWire::encode(&($id as u8, $e), &mut pkt[5..]),)*
[INFO] [stdout]     |                                                                       --------------- borrow later used here
[INFO] [stdout] ...
[INFO] [stdout] 119 |             [&[!un_skylit_chunks][..], &[!un_blocklit_chunks]],
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/network/response.rs:119:15
[INFO] [stdout]     |
[INFO] [stdout]  17 |                     $(Response::$name($($field),*) => ToWire::encode(&($id as u8, $e), &mut pkt[5..]),)*
[INFO] [stdout]     |                                                                       --------------- borrow later used here
[INFO] [stdout] ...
[INFO] [stdout] 119 |             [&[!un_skylit_chunks][..], &[!un_blocklit_chunks]],
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.07s
[INFO] [stderr] crater-edition-check: mcserv v0.1.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking mcserv v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused macro definition: `snbt`
[INFO] [stdout]    --> src/network/response.rs:153:14
[INFO] [stdout]     |
[INFO] [stdout] 153 | macro_rules! snbt {
[INFO] [stdout]     |              ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `var` should have an upper camel case name
[INFO] [stdout]  --> src/network/wire.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct var<T>(pub T);
[INFO] [stdout]   |            ^^^ help: convert the identifier to upper camel case (notice the capitalization): `Var`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `allocations` should have an upper camel case name
[INFO] [stdout]   --> src/lib.rs:83:8
[INFO] [stdout]    |
[INFO] [stdout] 83 | struct allocations;
[INFO] [stdout]    |        ^^^^^^^^^^^ help: convert the identifier to upper camel case: `Allocations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `snbt`
[INFO] [stdout]    --> src/network/response.rs:153:14
[INFO] [stdout]     |
[INFO] [stdout] 153 | macro_rules! snbt {
[INFO] [stdout]     |              ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `var` should have an upper camel case name
[INFO] [stdout]  --> src/network/wire.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct var<T>(pub T);
[INFO] [stdout]   |            ^^^ help: convert the identifier to upper camel case (notice the capitalization): `Var`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `allocations` should have an upper camel case name
[INFO] [stdout]   --> src/lib.rs:83:8
[INFO] [stdout]    |
[INFO] [stdout] 83 | struct allocations;
[INFO] [stdout]    |        ^^^^^^^^^^^ help: convert the identifier to upper camel case: `Allocations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `p`
[INFO] [stdout]   --> src/world.rs:31:22
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn from_path(p: impl AsRef<std::path::Path>) -> io::Result<Self> {
[INFO] [stdout]    |                      ^ help: if this is intentional, prefix it with an underscore: `_p`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `oldrow`
[INFO] [stdout]    --> src/world.rs:145:25
[INFO] [stdout]     |
[INFO] [stdout] 145 |                     let oldrow = oldchunkz - (view_distance - i) * zdisp.signum();
[INFO] [stdout]     |                         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_oldrow`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `oldcol`
[INFO] [stdout]    --> src/world.rs:155:25
[INFO] [stdout]     |
[INFO] [stdout] 155 |                     let oldcol = oldchunkx - (view_distance - x) * xdisp.signum();
[INFO] [stdout]     |                         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_oldcol`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `oldrow`
[INFO] [stdout]    --> src/world.rs:156:25
[INFO] [stdout]     |
[INFO] [stdout] 156 |                     let oldrow = oldchunkz - z;
[INFO] [stdout]     |                         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_oldrow`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/world.rs:221:39
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub(crate) fn chat_message(&self, mut inboxes: Inboxes, msg: &str) {
[INFO] [stdout]     |                                       ----^^^^^^^
[INFO] [stdout]     |                                       |
[INFO] [stdout]     |                                       help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `inboxes`
[INFO] [stdout]    --> src/world.rs:262:56
[INFO] [stdout]     |
[INFO] [stdout] 262 |     pub(crate) fn set_held_item(&mut self, pid: usize, inboxes: Inboxes, hotbar_idx: u8) {
[INFO] [stdout]     |                                                        ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_inboxes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/world.rs:265:76
[INFO] [stdout]     |
[INFO] [stdout] 265 |     pub(crate) fn set_block(&mut self, pos: V3<i32>, block: Option<Block>, mut inboxes: Inboxes) {
[INFO] [stdout]     |                                                                            ----^^^^^^^
[INFO] [stdout]     |                                                                            |
[INFO] [stdout]     |                                                                            help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pid`
[INFO] [stdout]    --> src/world.rs:297:22
[INFO] [stdout]     |
[INFO] [stdout] 297 |     fn logout(&self, pid: usize) {
[INFO] [stdout]     |                      ^^^ help: if this is intentional, prefix it with an underscore: `_pid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/world.rs:314:60
[INFO] [stdout]     |
[INFO] [stdout] 314 |     pub(crate) fn set_creative_slot(&mut self, pid: usize, mut inboxes: Inboxes, slot: i16, item: Option<(Item, u8)>) {
[INFO] [stdout]     |                                                            ----^^^^^^^
[INFO] [stdout]     |                                                            |
[INFO] [stdout]     |                                                            help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `inboxes`
[INFO] [stdout]    --> src/world.rs:314:60
[INFO] [stdout]     |
[INFO] [stdout] 314 |     pub(crate) fn set_creative_slot(&mut self, pid: usize, mut inboxes: Inboxes, slot: i16, item: Option<(Item, u8)>) {
[INFO] [stdout]     |                                                            ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_inboxes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pid`
[INFO] [stdout]    --> src/world.rs:319:47
[INFO] [stdout]     |
[INFO] [stdout] 319 |     pub(crate) fn closed_inventory(&mut self, pid: usize, window: u8) {
[INFO] [stdout]     |                                               ^^^ help: if this is intentional, prefix it with an underscore: `_pid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window`
[INFO] [stdout]    --> src/world.rs:319:59
[INFO] [stdout]     |
[INFO] [stdout] 319 |     pub(crate) fn closed_inventory(&mut self, pid: usize, window: u8) {
[INFO] [stdout]     |                                                           ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/network/response.rs:119:15
[INFO] [stdout]     |
[INFO] [stdout]  17 |                     $(Response::$name($($field),*) => ToWire::encode(&($id as u8, $e), &mut pkt[5..]),)*
[INFO] [stdout]     |                                                                       --------------- borrow later used here
[INFO] [stdout] ...
[INFO] [stdout] 119 |             [&[!un_skylit_chunks][..], &[!un_blocklit_chunks]],
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout] 122 |         )
[INFO] [stdout]     |         - temporary value is freed at the end of this statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/network/response.rs:119:41
[INFO] [stdout]     |
[INFO] [stdout]  17 |                     $(Response::$name($($field),*) => ToWire::encode(&($id as u8, $e), &mut pkt[5..]),)*
[INFO] [stdout]     |                                                                       --------------- borrow later used here
[INFO] [stdout] ...
[INFO] [stdout] 119 |             [&[!un_skylit_chunks][..], &[!un_blocklit_chunks]],
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout] 122 |         )
[INFO] [stdout]     |         - temporary value is freed at the end of this statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/network/response.rs:120:15
[INFO] [stdout]     |
[INFO] [stdout]  17 |                     $(Response::$name($($field),*) => ToWire::encode(&($id as u8, $e), &mut pkt[5..]),)*
[INFO] [stdout]     |                                                                       --------------- borrow later used here
[INFO] [stdout] ...
[INFO] [stdout] 120 |             [&[un_skylit_chunks][..], &[un_blocklit_chunks]],
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use
[INFO] [stdout] 121 |             [&[&[0xFFu8; 2048][..]][..], &[][..]]
[INFO] [stdout] 122 |         )
[INFO] [stdout]     |         - temporary value is freed at the end of this statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/network/response.rs:120:40
[INFO] [stdout]     |
[INFO] [stdout]  17 |                     $(Response::$name($($field),*) => ToWire::encode(&($id as u8, $e), &mut pkt[5..]),)*
[INFO] [stdout]     |                                                                       --------------- borrow later used here
[INFO] [stdout] ...
[INFO] [stdout] 120 |             [&[un_skylit_chunks][..], &[un_blocklit_chunks]],
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use
[INFO] [stdout] 121 |             [&[&[0xFFu8; 2048][..]][..], &[][..]]
[INFO] [stdout] 122 |         )
[INFO] [stdout]     |         - temporary value is freed at the end of this statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/network/response.rs:121:15
[INFO] [stdout]     |
[INFO] [stdout]  17 |                     $(Response::$name($($field),*) => ToWire::encode(&($id as u8, $e), &mut pkt[5..]),)*
[INFO] [stdout]     |                                                                       --------------- borrow later used here
[INFO] [stdout] ...
[INFO] [stdout] 121 |             [&[&[0xFFu8; 2048][..]][..], &[][..]]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use
[INFO] [stdout] 122 |         )
[INFO] [stdout]     |         - temporary value is freed at the end of this statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pkt`
[INFO] [stdout]    --> src/network/response.rs:421:22
[INFO] [stdout]     |
[INFO] [stdout] 421 |     fn encode(&self, pkt: &mut [u8]) -> usize {
[INFO] [stdout]     |                      ^^^ help: if this is intentional, prefix it with an underscore: `_pkt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `locale`
[INFO] [stdout]   --> src/network/request.rs:25:22
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 let (locale, max_view_distance): (&[u8], _) = decode(pkt)?;
[INFO] [stdout]    |                      ^^^^^^ help: if this is intentional, prefix it with an underscore: `_locale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window`
[INFO] [stdout]   --> src/network/request.rs:29:22
[INFO] [stdout]    |
[INFO] [stdout] 29 |                 let (window, _stateid, slot, button, mode): (u8, wire::var<i32>, i32, u8, wire::var<i32>) = decode(pkt)?;
[INFO] [stdout]    |                      ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `slot`
[INFO] [stdout]   --> src/network/request.rs:29:40
[INFO] [stdout]    |
[INFO] [stdout] 29 |                 let (window, _stateid, slot, button, mode): (u8, wire::var<i32>, i32, u8, wire::var<i32>) = decode(pkt)?;
[INFO] [stdout]    |                                        ^^^^ help: if this is intentional, prefix it with an underscore: `_slot`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `button`
[INFO] [stdout]   --> src/network/request.rs:29:46
[INFO] [stdout]    |
[INFO] [stdout] 29 |                 let (window, _stateid, slot, button, mode): (u8, wire::var<i32>, i32, u8, wire::var<i32>) = decode(pkt)?;
[INFO] [stdout]    |                                              ^^^^^^ help: if this is intentional, prefix it with an underscore: `_button`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `mode`
[INFO] [stdout]   --> src/network/request.rs:29:54
[INFO] [stdout]    |
[INFO] [stdout] 29 |                 let (window, _stateid, slot, button, mode): (u8, wire::var<i32>, i32, u8, wire::var<i32>) = decode(pkt)?;
[INFO] [stdout]    |                                                      ^^^^ help: if this is intentional, prefix it with an underscore: `_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `on_ground`
[INFO] [stdout]   --> src/network/request.rs:35:36
[INFO] [stdout]    |
[INFO] [stdout] 35 |                 let (x, feet_y, z, on_ground): (_, _, _, bool) = decode(pkt)?;
[INFO] [stdout]    |                                    ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_on_ground`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `yaw`
[INFO] [stdout]   --> src/network/request.rs:39:36
[INFO] [stdout]    |
[INFO] [stdout] 39 |                 let (x, feet_y, z, yaw, pitch, on_ground): (_, _, _, f32, f32, bool) = decode(pkt)?;
[INFO] [stdout]    |                                    ^^^ help: if this is intentional, prefix it with an underscore: `_yaw`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pitch`
[INFO] [stdout]   --> src/network/request.rs:39:41
[INFO] [stdout]    |
[INFO] [stdout] 39 |                 let (x, feet_y, z, yaw, pitch, on_ground): (_, _, _, f32, f32, bool) = decode(pkt)?;
[INFO] [stdout]    |                                         ^^^^^ help: if this is intentional, prefix it with an underscore: `_pitch`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `on_ground`
[INFO] [stdout]   --> src/network/request.rs:39:48
[INFO] [stdout]    |
[INFO] [stdout] 39 |                 let (x, feet_y, z, yaw, pitch, on_ground): (_, _, _, f32, f32, bool) = decode(pkt)?;
[INFO] [stdout]    |                                                ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_on_ground`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `yaw`
[INFO] [stdout]   --> src/network/request.rs:43:22
[INFO] [stdout]    |
[INFO] [stdout] 43 |                 let (yaw, pitch, on_ground): (f32, f32, bool) = decode(pkt)?;
[INFO] [stdout]    |                      ^^^ help: if this is intentional, prefix it with an underscore: `_yaw`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pitch`
[INFO] [stdout]   --> src/network/request.rs:43:27
[INFO] [stdout]    |
[INFO] [stdout] 43 |                 let (yaw, pitch, on_ground): (f32, f32, bool) = decode(pkt)?;
[INFO] [stdout]    |                           ^^^^^ help: if this is intentional, prefix it with an underscore: `_pitch`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `on_ground`
[INFO] [stdout]   --> src/network/request.rs:43:34
[INFO] [stdout]    |
[INFO] [stdout] 43 |                 let (yaw, pitch, on_ground): (f32, f32, bool) = decode(pkt)?;
[INFO] [stdout]    |                                  ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_on_ground`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `hand`
[INFO] [stdout]   --> src/network/request.rs:72:21
[INFO] [stdout]    |
[INFO] [stdout] 72 |                 let hand: Hand = decode(pkt)?;
[INFO] [stdout]    |                     ^^^^ help: if this is intentional, prefix it with an underscore: `_hand`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/network/wire.rs:156:87
[INFO] [stdout]     |
[INFO] [stdout] 156 |         Wire::decode(pkt).and_then(|(buf, rem)| Ok((std::str::from_utf8(buf).map_err(|e| Disconnection::new())?, rem)))
[INFO] [stdout]     |                                                                                       ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mcserv` (lib test) due to 5 previous errors; 30 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused variable: `p`
[INFO] [stdout]   --> src/world.rs:31:22
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn from_path(p: impl AsRef<std::path::Path>) -> io::Result<Self> {
[INFO] [stdout]    |                      ^ help: if this is intentional, prefix it with an underscore: `_p`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `oldrow`
[INFO] [stdout]    --> src/world.rs:145:25
[INFO] [stdout]     |
[INFO] [stdout] 145 |                     let oldrow = oldchunkz - (view_distance - i) * zdisp.signum();
[INFO] [stdout]     |                         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_oldrow`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `oldcol`
[INFO] [stdout]    --> src/world.rs:155:25
[INFO] [stdout]     |
[INFO] [stdout] 155 |                     let oldcol = oldchunkx - (view_distance - x) * xdisp.signum();
[INFO] [stdout]     |                         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_oldcol`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `oldrow`
[INFO] [stdout]    --> src/world.rs:156:25
[INFO] [stdout]     |
[INFO] [stdout] 156 |                     let oldrow = oldchunkz - z;
[INFO] [stdout]     |                         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_oldrow`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/world.rs:221:39
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub(crate) fn chat_message(&self, mut inboxes: Inboxes, msg: &str) {
[INFO] [stdout]     |                                       ----^^^^^^^
[INFO] [stdout]     |                                       |
[INFO] [stdout]     |                                       help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `inboxes`
[INFO] [stdout]    --> src/world.rs:262:56
[INFO] [stdout]     |
[INFO] [stdout] 262 |     pub(crate) fn set_held_item(&mut self, pid: usize, inboxes: Inboxes, hotbar_idx: u8) {
[INFO] [stdout]     |                                                        ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_inboxes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/world.rs:265:76
[INFO] [stdout]     |
[INFO] [stdout] 265 |     pub(crate) fn set_block(&mut self, pos: V3<i32>, block: Option<Block>, mut inboxes: Inboxes) {
[INFO] [stdout]     |                                                                            ----^^^^^^^
[INFO] [stdout]     |                                                                            |
[INFO] [stdout]     |                                                                            help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pid`
[INFO] [stdout]    --> src/world.rs:297:22
[INFO] [stdout]     |
[INFO] [stdout] 297 |     fn logout(&self, pid: usize) {
[INFO] [stdout]     |                      ^^^ help: if this is intentional, prefix it with an underscore: `_pid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/world.rs:314:60
[INFO] [stdout]     |
[INFO] [stdout] 314 |     pub(crate) fn set_creative_slot(&mut self, pid: usize, mut inboxes: Inboxes, slot: i16, item: Option<(Item, u8)>) {
[INFO] [stdout]     |                                                            ----^^^^^^^
[INFO] [stdout]     |                                                            |
[INFO] [stdout]     |                                                            help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `inboxes`
[INFO] [stdout]    --> src/world.rs:314:60
[INFO] [stdout]     |
[INFO] [stdout] 314 |     pub(crate) fn set_creative_slot(&mut self, pid: usize, mut inboxes: Inboxes, slot: i16, item: Option<(Item, u8)>) {
[INFO] [stdout]     |                                                            ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_inboxes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pid`
[INFO] [stdout]    --> src/world.rs:319:47
[INFO] [stdout]     |
[INFO] [stdout] 319 |     pub(crate) fn closed_inventory(&mut self, pid: usize, window: u8) {
[INFO] [stdout]     |                                               ^^^ help: if this is intentional, prefix it with an underscore: `_pid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window`
[INFO] [stdout]    --> src/world.rs:319:59
[INFO] [stdout]     |
[INFO] [stdout] 319 |     pub(crate) fn closed_inventory(&mut self, pid: usize, window: u8) {
[INFO] [stdout]     |                                                           ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/network/response.rs:119:15
[INFO] [stdout]     |
[INFO] [stdout]  17 |                     $(Response::$name($($field),*) => ToWire::encode(&($id as u8, $e), &mut pkt[5..]),)*
[INFO] [stdout]     |                                                                       --------------- borrow later used here
[INFO] [stdout] ...
[INFO] [stdout] 119 |             [&[!un_skylit_chunks][..], &[!un_blocklit_chunks]],
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout] 122 |         )
[INFO] [stdout]     |         - temporary value is freed at the end of this statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/network/response.rs:119:41
[INFO] [stdout]     |
[INFO] [stdout]  17 |                     $(Response::$name($($field),*) => ToWire::encode(&($id as u8, $e), &mut pkt[5..]),)*
[INFO] [stdout]     |                                                                       --------------- borrow later used here
[INFO] [stdout] ...
[INFO] [stdout] 119 |             [&[!un_skylit_chunks][..], &[!un_blocklit_chunks]],
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout] 122 |         )
[INFO] [stdout]     |         - temporary value is freed at the end of this statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/network/response.rs:120:15
[INFO] [stdout]     |
[INFO] [stdout]  17 |                     $(Response::$name($($field),*) => ToWire::encode(&($id as u8, $e), &mut pkt[5..]),)*
[INFO] [stdout]     |                                                                       --------------- borrow later used here
[INFO] [stdout] ...
[INFO] [stdout] 120 |             [&[un_skylit_chunks][..], &[un_blocklit_chunks]],
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use
[INFO] [stdout] 121 |             [&[&[0xFFu8; 2048][..]][..], &[][..]]
[INFO] [stdout] 122 |         )
[INFO] [stdout]     |         - temporary value is freed at the end of this statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/network/response.rs:120:40
[INFO] [stdout]     |
[INFO] [stdout]  17 |                     $(Response::$name($($field),*) => ToWire::encode(&($id as u8, $e), &mut pkt[5..]),)*
[INFO] [stdout]     |                                                                       --------------- borrow later used here
[INFO] [stdout] ...
[INFO] [stdout] 120 |             [&[un_skylit_chunks][..], &[un_blocklit_chunks]],
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use
[INFO] [stdout] 121 |             [&[&[0xFFu8; 2048][..]][..], &[][..]]
[INFO] [stdout] 122 |         )
[INFO] [stdout]     |         - temporary value is freed at the end of this statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/network/response.rs:121:15
[INFO] [stdout]     |
[INFO] [stdout]  17 |                     $(Response::$name($($field),*) => ToWire::encode(&($id as u8, $e), &mut pkt[5..]),)*
[INFO] [stdout]     |                                                                       --------------- borrow later used here
[INFO] [stdout] ...
[INFO] [stdout] 121 |             [&[&[0xFFu8; 2048][..]][..], &[][..]]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use
[INFO] [stdout] 122 |         )
[INFO] [stdout]     |         - temporary value is freed at the end of this statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pkt`
[INFO] [stdout]    --> src/network/response.rs:421:22
[INFO] [stdout]     |
[INFO] [stdout] 421 |     fn encode(&self, pkt: &mut [u8]) -> usize {
[INFO] [stdout]     |                      ^^^ help: if this is intentional, prefix it with an underscore: `_pkt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `locale`
[INFO] [stdout]   --> src/network/request.rs:25:22
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 let (locale, max_view_distance): (&[u8], _) = decode(pkt)?;
[INFO] [stdout]    |                      ^^^^^^ help: if this is intentional, prefix it with an underscore: `_locale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window`
[INFO] [stdout]   --> src/network/request.rs:29:22
[INFO] [stdout]    |
[INFO] [stdout] 29 |                 let (window, _stateid, slot, button, mode): (u8, wire::var<i32>, i32, u8, wire::var<i32>) = decode(pkt)?;
[INFO] [stdout]    |                      ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `slot`
[INFO] [stdout]   --> src/network/request.rs:29:40
[INFO] [stdout]    |
[INFO] [stdout] 29 |                 let (window, _stateid, slot, button, mode): (u8, wire::var<i32>, i32, u8, wire::var<i32>) = decode(pkt)?;
[INFO] [stdout]    |                                        ^^^^ help: if this is intentional, prefix it with an underscore: `_slot`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `button`
[INFO] [stdout]   --> src/network/request.rs:29:46
[INFO] [stdout]    |
[INFO] [stdout] 29 |                 let (window, _stateid, slot, button, mode): (u8, wire::var<i32>, i32, u8, wire::var<i32>) = decode(pkt)?;
[INFO] [stdout]    |                                              ^^^^^^ help: if this is intentional, prefix it with an underscore: `_button`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `mode`
[INFO] [stdout]   --> src/network/request.rs:29:54
[INFO] [stdout]    |
[INFO] [stdout] 29 |                 let (window, _stateid, slot, button, mode): (u8, wire::var<i32>, i32, u8, wire::var<i32>) = decode(pkt)?;
[INFO] [stdout]    |                                                      ^^^^ help: if this is intentional, prefix it with an underscore: `_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `on_ground`
[INFO] [stdout]   --> src/network/request.rs:35:36
[INFO] [stdout]    |
[INFO] [stdout] 35 |                 let (x, feet_y, z, on_ground): (_, _, _, bool) = decode(pkt)?;
[INFO] [stdout]    |                                    ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_on_ground`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `yaw`
[INFO] [stdout]   --> src/network/request.rs:39:36
[INFO] [stdout]    |
[INFO] [stdout] 39 |                 let (x, feet_y, z, yaw, pitch, on_ground): (_, _, _, f32, f32, bool) = decode(pkt)?;
[INFO] [stdout]    |                                    ^^^ help: if this is intentional, prefix it with an underscore: `_yaw`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pitch`
[INFO] [stdout]   --> src/network/request.rs:39:41
[INFO] [stdout]    |
[INFO] [stdout] 39 |                 let (x, feet_y, z, yaw, pitch, on_ground): (_, _, _, f32, f32, bool) = decode(pkt)?;
[INFO] [stdout]    |                                         ^^^^^ help: if this is intentional, prefix it with an underscore: `_pitch`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `on_ground`
[INFO] [stdout]   --> src/network/request.rs:39:48
[INFO] [stdout]    |
[INFO] [stdout] 39 |                 let (x, feet_y, z, yaw, pitch, on_ground): (_, _, _, f32, f32, bool) = decode(pkt)?;
[INFO] [stdout]    |                                                ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_on_ground`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `yaw`
[INFO] [stdout]   --> src/network/request.rs:43:22
[INFO] [stdout]    |
[INFO] [stdout] 43 |                 let (yaw, pitch, on_ground): (f32, f32, bool) = decode(pkt)?;
[INFO] [stdout]    |                      ^^^ help: if this is intentional, prefix it with an underscore: `_yaw`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pitch`
[INFO] [stdout]   --> src/network/request.rs:43:27
[INFO] [stdout]    |
[INFO] [stdout] 43 |                 let (yaw, pitch, on_ground): (f32, f32, bool) = decode(pkt)?;
[INFO] [stdout]    |                           ^^^^^ help: if this is intentional, prefix it with an underscore: `_pitch`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `on_ground`
[INFO] [stdout]   --> src/network/request.rs:43:34
[INFO] [stdout]    |
[INFO] [stdout] 43 |                 let (yaw, pitch, on_ground): (f32, f32, bool) = decode(pkt)?;
[INFO] [stdout]    |                                  ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_on_ground`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `hand`
[INFO] [stdout]   --> src/network/request.rs:72:21
[INFO] [stdout]    |
[INFO] [stdout] 72 |                 let hand: Hand = decode(pkt)?;
[INFO] [stdout]    |                     ^^^^ help: if this is intentional, prefix it with an underscore: `_hand`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/network/wire.rs:156:87
[INFO] [stdout]     |
[INFO] [stdout] 156 |         Wire::decode(pkt).and_then(|(buf, rem)| Ok((std::str::from_utf8(buf).map_err(|e| Disconnection::new())?, rem)))
[INFO] [stdout]     |                                                                                       ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mcserv` (lib) due to 5 previous errors; 30 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "2e2f3b2505768af25635f76c3b0fe2c50de919a373752d3f6c5dd47f851d658e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2e2f3b2505768af25635f76c3b0fe2c50de919a373752d3f6c5dd47f851d658e", kill_on_drop: false }`
[INFO] [stdout] 2e2f3b2505768af25635f76c3b0fe2c50de919a373752d3f6c5dd47f851d658e
